home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / Backup-Burner Add-On SDK 5.0 / ExampleSource / Delphi / Unit1.dfm < prev    next >
Text File  |  2002-03-03  |  3KB  |  128 lines

  1. object Form1: TForm1
  2.   Left = 203
  3.   Top = 101
  4.   Width = 626
  5.   Height = 449
  6.   Caption = 'Demo of Backup-Burner Add-on SDK'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -9
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 48
  19.     Top = 8
  20.     Width = 553
  21.     Height = 24
  22.     Caption = 'This Example.exe represents your software calling Backup-Burner'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -19
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 384
  33.     Width = 267
  34.     Height = 13
  35.     Caption = 'Desernet Broadband Media, Inc. at www.net-burner.com'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -9
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label4: TLabel
  44.     Left = 32
  45.     Top = 248
  46.     Width = 250
  47.     Height = 26
  48.     Caption = 
  49.       '* Form will hide until recording is complete, then it will reapp' +
  50.       'ear with results.'
  51.     Constraints.MaxWidth = 330
  52.     WordWrap = True
  53.   end
  54.   object ResultsLabel: TLabel
  55.     Left = 32
  56.     Top = 312
  57.     Width = 58
  58.     Height = 20
  59.     Caption = 'Result:'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -16
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label5: TLabel
  68.     Left = 184
  69.     Top = 80
  70.     Width = 118
  71.     Height = 13
  72.     Caption = 'For Display while Burning'
  73.     Constraints.MaxWidth = 330
  74.     WordWrap = True
  75.   end
  76.   object Memo1: TMemo
  77.     Left = 32
  78.     Top = 72
  79.     Width = 137
  80.     Height = 33
  81.     Alignment = taCenter
  82.     Lines.Strings = (
  83.       '1.  Enter your program'#39's '
  84.       'name or info.')
  85.     TabOrder = 0
  86.   end
  87.   object Button3: TButton
  88.     Left = 32
  89.     Top = 184
  90.     Width = 265
  91.     Height = 49
  92.     Caption = '3.  Backup file to CD by calling Backup-Burner *'
  93.     Constraints.MaxWidth = 265
  94.     TabOrder = 1
  95.     OnClick = ThreeButtonClick
  96.   end
  97.   object Button2: TButton
  98.     Left = 32
  99.     Top = 120
  100.     Width = 265
  101.     Height = 49
  102.     Caption = '2. Select a few files to be burned to CD'
  103.     TabOrder = 2
  104.     OnClick = TwoButtonClick
  105.   end
  106.   object MainMenu1: TMainMenu
  107.     Left = 8
  108.     object File1: TMenuItem
  109.       Caption = '&File'
  110.       object BackuptoCD1: TMenuItem
  111.         Caption = 'Backup to CD'
  112.         OnClick = ThreeButtonClick
  113.       end
  114.       object N1: TMenuItem
  115.         Caption = '-'
  116.       end
  117.       object Exit1: TMenuItem
  118.         Caption = 'E&xit'
  119.         OnClick = ExitClick
  120.       end
  121.     end
  122.   end
  123.   object OpenDialog1: TOpenDialog
  124.     Left = 264
  125.     Top = 136
  126.   end
  127. end
  128.